+Mon Feb 16 19:13:21 2004 Owen Taylor <otaylor@redhat.com>
+
+ * gdk/gdkdraw.c: Revert last commit, please don't commit patches
+ without approval, this isn't the right way to do it.
+
2004-02-16 DindinX <david@dindinx.org>
* gdk/gdkdraw.c (gdk_draw_segments): don't try to draw more than 32767
+Mon Feb 16 19:13:21 2004 Owen Taylor <otaylor@redhat.com>
+
+ * gdk/gdkdraw.c: Revert last commit, please don't commit patches
+ without approval, this isn't the right way to do it.
+
2004-02-16 DindinX <david@dindinx.org>
* gdk/gdkdraw.c (gdk_draw_segments): don't try to draw more than 32767
+Mon Feb 16 19:13:21 2004 Owen Taylor <otaylor@redhat.com>
+
+ * gdk/gdkdraw.c: Revert last commit, please don't commit patches
+ without approval, this isn't the right way to do it.
+
2004-02-16 DindinX <david@dindinx.org>
* gdk/gdkdraw.c (gdk_draw_segments): don't try to draw more than 32767
+Mon Feb 16 19:13:21 2004 Owen Taylor <otaylor@redhat.com>
+
+ * gdk/gdkdraw.c: Revert last commit, please don't commit patches
+ without approval, this isn't the right way to do it.
+
2004-02-16 DindinX <david@dindinx.org>
* gdk/gdkdraw.c (gdk_draw_segments): don't try to draw more than 32767
+Mon Feb 16 19:13:21 2004 Owen Taylor <otaylor@redhat.com>
+
+ * gdk/gdkdraw.c: Revert last commit, please don't commit patches
+ without approval, this isn't the right way to do it.
+
2004-02-16 DindinX <david@dindinx.org>
* gdk/gdkdraw.c (gdk_draw_segments): don't try to draw more than 32767
g_return_if_fail (GDK_IS_GC (gc));
g_return_if_fail (nsegs >= 0);
- while (num_segments >= 32000)
- {
- GDK_DRAWABLE_GET_CLASS (drawable)->draw_segments (drawable,
- gc,
- segs,
- 32000);
- num_segments -= 32000;
- segments += 32000;
- }
-
GDK_DRAWABLE_GET_CLASS (drawable)->draw_segments (drawable, gc, segs, nsegs);
}